contains

pure function contains(text: text): boolean

Returns true if this text contains the specified substring, otherwise returns false.

Since

0.6.0

Parameters

text

The substring to search for.